type github.com/jackc/pgx/v5/pgtype.wrapSliceEncodeReflectPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1850: 		return &wrapSliceEncodeReflectPlan{}, w, true
		pgtype.go#L1866: type wrapSliceEncodeReflectPlan struct {
		pgtype.go#L1870: func (plan *wrapSliceEncodeReflectPlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1872: func (plan *wrapSliceEncodeReflectPlan) Encode(value any, buf []byte) (newBuf []byte, err error) {